Fix FD Calculator Buttons and Improve Accessibility with Legend#3337
Fix FD Calculator Buttons and Improve Accessibility with Legend#3337akshay0611 wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Thank you for submitting your chaotic pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our chaotic CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
|
Hi @ayush-that , I hope you're doing well! I wanted to follow up on this pull request addressing Issue #3336. It resolves the non-functional Calculate and Clear buttons in the FD Calculator and includes improvements like adding a legend for better accessibility. Apart from this, I’ve also made other contributions to the repository that enhance its functionality and user experience. I would greatly appreciate it if you could review those changes as well. Please let me know if there's any feedback or additional adjustments required. Your time and effort in reviewing my contributions mean a lot—thank you! |
🛠️ Fixes Issue
Fixes: #3336
👨💻 Description
What does this PR do?
This pull request addresses the issue with the FD Calculator where the Calculate and Clear buttons are non-functional. After entering valid input for Principal, Rate of Interest, and Time Period, the buttons fail to trigger their intended actions:
This fix ensures that both buttons function as expected, providing the user with the ability to:
Additionally, a legend has been added to the FD Calculator for better accessibility and context, helping users understand the purpose of each input section.
📄 Type of Change
📷 Screenshots/GIFs (if any)
Before the Fix:
The screenshot shows the FD Calculator interface with the Calculate and Clear buttons present. Despite entering valid values for Principal, Rate of Interest, and Time Period, clicking the Calculate button does not trigger any calculation or display results. Similarly, clicking the Clear button does not reset the input fields or clear the displayed results. The buttons are visually present but do not function as expected, resulting in a non-interactive user experience.
After the Fix:
The screenshot shows the FD Calculator interface after the fix has been implemented. Now, clicking the Calculate button correctly triggers the calculation of total interest and maturity amount, displaying the results as expected. The Clear button also functions as intended, resetting the input fields and clearing any displayed results, providing a fully interactive and responsive user experience.
✅ Checklist
Mandatory Tasks
🤝 GSSoC Participation